SchemaBaseListener

This class provides an empty implementation of SchemaListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun enterEveryRule(ctx: ParserRuleContext)
The default implementation does nothing.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#graph.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#list.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#metadata.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#metadataValue.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#name.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#node.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#properties.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#property.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#qualified.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#relationship.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#start.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#stringLiteral.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#target.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#type.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#typeValue.
Link copied to clipboard
Enter a parse tree produced by SchemaParser#union.
Link copied to clipboard
open fun exitEveryRule(ctx: ParserRuleContext)
The default implementation does nothing.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#graph.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#list.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#metadata.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#metadataValue.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#name.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#node.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#properties.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#property.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#qualified.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#relationship.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#start.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#stringLiteral.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#target.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#type.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#typeValue.
Link copied to clipboard
Exit a parse tree produced by SchemaParser#union.
Link copied to clipboard
open fun visitErrorNode(node: ErrorNode)
The default implementation does nothing.
Link copied to clipboard
open fun visitTerminal(node: TerminalNode)
The default implementation does nothing.